home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 January
/
inter@ivo 1997-01.iso
/
cybint12
/
bin
/
gforum.dxr
/
00040.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-14
|
220 b
|
13 lines
on exitFrame
global dir
set dir to 1
if rollOver(14) then
cursor([901, 902])
set the visible of sprite 15 to 1
go(the frame + 1)
else
set the visible of sprite 15 to 0
go("Loop")
end if
end